home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / mbprotd.zip / MBPRO.ZIP / SETUP.DOC < prev    next >
Text File  |  1993-03-18  |  5KB  |  83 lines

  1. STEPS TOWARD PUTTING YOUR DATABASE ONLINE :
  2.  
  3. Below is a summary of the steps needed to bring your database to life
  4. on-line.  Should you have any difficulties after reading the manual, please
  5. contact our technical support services for prompt assistance at
  6. 909-279-3052. (Registered users of our Commercial Release only.)
  7.  
  8. 1 ) You will need to run COMPOSER to set up an existing database for on-line
  9. usage.  If you do not have an existing database and need to create a new
  10. one, then run MBMANAGE.  Refer to Section II for information on how to
  11. use MBMANAGE.  Read INSTALL.DOC for INSTALLATION and MBCOMPOSER
  12. instructions.  To run COMPOSER, simply change directory to where you
  13. installed MODEM BASE PRO and type COMPOSER at the dos prompt.  You will
  14. then be asked for name of the database you want to put on-line, the
  15. directory the database is located in, and finally what directory you want
  16. your on-line database to be setup in.
  17.  
  18. 2 ) Once you run COMPOSER it will hand hold you through the set up of both
  19. the CONFIGURATION and LINK databases.  On-Screen instructions are provided,
  20. but are no substitute for reading the manual, especially CHAPTERS 3-7,
  21. Section I on MBACCESS.
  22.  
  23. 3 ) Once your CONFIGURATION and LINK database has been configured you can
  24. re-load the configuration and link databases for editing by typing the
  25. database <filename>C or <filename>L for the appropiate database.  A
  26. DOOR.BAT example batch file is also created for you.  If your DOOR
  27. INFORMATION DOORSYSPATH\FILE is set correctly in the configuration
  28. database and a DOOR INFORMATION FILE EXISTS, then you can run the DOOR.BAT
  29. file to test your database locally.
  30.  
  31. 4 ) *** IMPORTANT *** If you defined any of your fields with a REPEAT
  32. OPTION you MUST first configure a DEFAULT SETTINGS record in the DEFAULT
  33. USER PROFILE DATABASE (<database filename>S.DBF) with the actual name
  34. "DEFAULT SETTINGS" in the field you defined as the owner field.  You can
  35. then enter any defaults into the fields that are defined as a REPEAT
  36. OPTION.  Use MBMANAGE to do this.  The Default User Profile database has
  37. the same filename as your main database, but will have an additional "S"
  38. appended to the filename, i.e., if your main database is called ORDER.DBF,
  39. then the default profile database that was created is called ORDERS.DBF.
  40. (ORDERL.DBF and ORDERC.DBF will be the corresponding LINK and CONFIGURATION
  41. databases) Make sure a "DEFAULT SETTINGS" record exists.  At this time, if
  42. you do not do this, your database will lock up when trying to create a new
  43. DEFAULT USER PROFILE.  We will fix the lock up problem in the next
  44. maintenance release, the lock up problem will not happen if you make sure
  45. there is a "DEFAULT SETTINGS" record, however.  We plan on adding a utility
  46. to automate this process in a future maintenance release.
  47.  
  48. 5 )  If you are operating a multi-node BBS, then you should use a NODE
  49. evironment variable for each node.  Your DOOR.BAT file would then pass the
  50. NODE number to MBACCESS as a replaceable parameter, i.e.,
  51.          MBACCESS <configuration database filename> %NODEID%
  52. This will pass the NODEID to the batch file which will then pass the NODEID
  53. to MBACCESS.  Remember!  There must be a RECORD in your CONFIGURATION
  54. database for each NODE NUMBER unless you are MAP ROOTING with NOVELL
  55. NETWARE.  RECORD #1 corresponds to NODE #1, RECORD #2 corresponds to NODE
  56. #2 and so on...
  57.  
  58. 6 )  Remember!  Database filenames MUST BE 6 characters or less.  A future
  59. maintenance release of our COMPOSER program will check for this.  But for
  60. now, if you use a filename with more than 6 characters your database will
  61. not install correctly.  The other 2 characters in the filename are used
  62. extensively in MBACCESS to create the corresponding CONTROL and SUPPORT
  63. files for your main database.
  64.  
  65. 7 )  There is a known bug that will be fixed in a future maintenance
  66. release of COMPOSER.  If your database file is in a ROOT DIRECTORY,
  67. COMPOSER will not be able to find it.  Fortunately, this is a rare
  68. occurence, but none the less, should be noted.  You will need to copy or
  69. move your database to a subdirectory for the time being.
  70.  
  71. 8 )  You should place MBMANAGE in your PATH so that you can use MBMANAGE
  72. from any of your database installation directories with ease or you can put
  73. your MBPRO directory in your PATH for the same result.
  74.  
  75. 9 )  If you receive what looks like garbage on your screen when running
  76. any of the MBPRO programs, you probably do not have an ANSI.SYS driver
  77. loaded.  ANSI.SYS is required and used extensively by MODEM BASE PRO.  You
  78. should load ANSI.SYS in your CONFIG.SYS file upon system BOOT UP, i.e.,
  79. DEVICE=C:\DOS\ANSI.SYS is common.  If you are using DESQVIEW, then each DOS
  80. WINDOW will need to load DVANSI prior to loading MODEM BASE PRO.
  81.  
  82.  
  83.